FormatAttributes.fromJson constructor

FormatAttributes.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory FormatAttributes.fromJson(Map<String, dynamic> json) =>
    _$FormatAttributesFromJson(json);