key property
String
get
key
Implementation
String get key => _wrapped.key;
set
key
(String v)
Implementation
set key(String v) {
_wrapped.key = v;
}