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