CreditSessionsGetResponse.fromJson constructor

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

Implementation

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