toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return UpsertTextMapper.ensureInitialized()
      .encodeMap<UpsertText>(this as UpsertText);
}