toMap method
- @override
model -> map
Implementation
@override
Map<String, Object> toMap() {
return {'text': this.text, 'pt': this.pt?.toMap(), 'uid': this.uid};
}
model -> map
@override
Map<String, Object> toMap() {
return {'text': this.text, 'pt': this.pt?.toMap(), 'uid': this.uid};
}