BackendService_ExternalManagedMigrationState.fromJson constructor

BackendService_ExternalManagedMigrationState.fromJson(
  1. Object? json
)

Implementation

factory BackendService_ExternalManagedMigrationState.fromJson(Object? json) =>
    BackendService_ExternalManagedMigrationState(json as String);