toJsonSerializable method

JsonSerializable toJsonSerializable()

Implementation

JsonSerializable toJsonSerializable() => JsonSerializable(
      checked: checked,
      anyMap: anyMap,
      constructor: constructor,
      createFactory: createFactory,
      createToJson: createToJson,
      createFieldMap: createFieldMap,
      createJsonKeys: createJsonKeys,
      createPerFieldToJson: createPerFieldToJson,
      ignoreUnannotated: ignoreUnannotated,
      explicitToJson: explicitToJson,
      includeIfNull: includeIfNull,
      genericArgumentFactories: genericArgumentFactories,
      fieldRename: fieldRename,
      disallowUnrecognizedKeys: disallowUnrecognizedKeys,
      // TODO typeConverters = []
    );