info property

String? get info

Implementation

String? get info => _map["info"];
set info (String? value)

Implementation

set info(String? value) => _map["info"] = value;