CreditList.fromJson constructor

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

Create an CreditList from JSON

Implementation

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