end property

String? end

Implementation

String? get end => _end;
void end=(String? end)

Implementation

set end(String? end) => _end = end;