toMap method
- @override
override
BaseOption => map
Implementation
@override
Map toMap() {
Map map = super.toMap();
map['keyword'] = this.keyword;
map['returnType'] = this.returnType?.index;
return map;
}
BaseOption => map
@override
Map toMap() {
Map map = super.toMap();
map['keyword'] = this.keyword;
map['returnType'] = this.returnType?.index;
return map;
}