PayoutDestinationId.fromJson constructor

PayoutDestinationId.fromJson(
  1. Object? json
)

Implementation

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