AttributesMapping.fromJson constructor

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

Implementation

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