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