fromJson static method

AssetsSource_Enum? fromJson(
  1. dynamic value
)

Implementation

static AssetsSource_Enum? fromJson(dynamic value) => AssetsSource_EnumTypeTransformer().decode(value);