fromJson static method

RoleSetMigrationObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static RoleSetMigrationObjectEnum? fromJson(dynamic value) =>
    RoleSetMigrationObjectEnumTypeTransformer().decode(value);