toData method

Map<String, String> toData()
inherited

Implementation

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