ApplicationFeeId.fromJson constructor

ApplicationFeeId.fromJson(
  1. Object? json
)

Implementation

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