Join Slack
Communities
Powered by
```var attr: Map<String, String>? = null ...
# announcements
s
supaham
06/20/2017, 11:42 PM
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?
Open in Slack
Previous
Next