RichSwatch.fromJson constructor

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

Implementation

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