fromJson static method

AssetsAssetTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static AssetsAssetTypeEnum? fromJson(dynamic value) => AssetsAssetTypeEnumTypeTransformer().decode(value);