RefundId.fromJson constructor

RefundId.fromJson(
  1. Object? json
)

Implementation

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