second property
String?
get
second
Implementation
_i2.String? get second => _i5.getProperty(
this,
'second',
);
set
second
(String? value)
Implementation
set second(_i2.String? value) {
_i5.setProperty(
this,
'second',
value ?? _i4.undefined,
);
}