fromJson static method

PermissionObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static PermissionObjectEnum? fromJson(dynamic value) =>
    PermissionObjectEnumTypeTransformer().decode(value);