StyleResponse.fromJson constructor

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

Implementation

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