TransferId.fromJson constructor

TransferId.fromJson(
  1. Object? json
)

Implementation

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