toMap method

  1. @override
Map<String, Object> toMap ()
override

model -> map

Implementation

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