fromJson static method

ThemeEnum? fromJson(
  1. dynamic value
)

Implementation

static ThemeEnum? fromJson(dynamic value) => ThemeEnumTypeTransformer().decode(value);