fromJson method

Implementation

@override
InboundPayloadStructureType fromJson(String json) {
  return InboundPayloadStructureType.fromJson(json);
}