CustomerAttributes.fromJson constructor

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

Implementation

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