toData method

Map<String, String> toData()

Implementation

Map<String, String> toData() {
  return toDataStatic(toJson());
}