fromJson static method

MessageTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static MessageTypeEnum? fromJson(dynamic value) => MessageTypeEnumTypeTransformer().decode(value);