RollbackSchemaRequest.fromJson constructor

RollbackSchemaRequest.fromJson(
  1. Map json_
)

Implementation

RollbackSchemaRequest.fromJson(core.Map json_)
    : this(
        revisionId: json_['revisionId'] as core.String?,
      );