GetDatabaseDdlResponse constructor

GetDatabaseDdlResponse({
  1. String? protoDescriptors,
  2. List<String>? statements,
})

Implementation

GetDatabaseDdlResponse({this.protoDescriptors, this.statements});