PayoutId.fromJson constructor

PayoutId.fromJson(
  1. Object? json
)

Implementation

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