PayoutId.fromJson constructor
PayoutId.fromJson(
- Object? json
Implementation
factory PayoutId.fromJson(Object? json) => PayoutId(id: (json as String));
factory PayoutId.fromJson(Object? json) => PayoutId(id: (json as String));