fromJson static method

AssetCreateStateEnum fromJson(
  1. dynamic value
)

Implementation

static AssetCreateStateEnum fromJson(dynamic value) =>
  AssetCreateStateEnumTypeTransformer().decode(value);