fromJson static method

AssetsInputAssetTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static AssetsInputAssetTypeEnum? fromJson(dynamic value) => AssetsInputAssetTypeEnumTypeTransformer().decode(value);