key property
String
get
key
Implementation
String get key => obj.key;
set
key
(String value)
Implementation
set key(String value) => obj.key = value;