fromJson static method

AssetStateEnum fromJson(
  1. dynamic value
)

Implementation

static AssetStateEnum fromJson(dynamic value) =>
  AssetStateEnumTypeTransformer().decode(value);