SystemVariables constructor

SystemVariables({
  1. Map<String, StandardSqlDataType>? types,
  2. Map<String, Object?>? values,
})

Implementation

SystemVariables({this.types, this.values});