CreditItem.fromJson constructor

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

Create an CreditItem from JSON

Implementation

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