Attributes.fromJson constructor Null safety

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

Implementation

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