```var attr: Map<String, String>? = null ...
# announcements
s
Copy code
var attr: Map<String, String>? = null
     get() = Collections.unmodifiableMap(field)
Is there any benefits to using field over attr other than consistency visually?