Struct.fromJson constructor

Struct.fromJson(
  1. Object? json
)

Implementation

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