ClientItem.fromJson constructor

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

Create a ClientItem from JSON

Implementation

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