fromJson static method

AssetEditStateEnum fromJson(
  1. dynamic value
)

Implementation

static AssetEditStateEnum fromJson(dynamic value) =>
  AssetEditStateEnumTypeTransformer().decode(value);