Struct.fromJson constructor
Struct.fromJson(
- Object? json
Implementation
factory Struct.fromJson(Object? json) => _StructHelper.decode(json);
factory Struct.fromJson(Object? json) => _StructHelper.decode(json);