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