quoted property

String get quoted

[schema].[name].

Implementation

String get quoted =>
    MssqlSql.quoteMultipartIdentifier(<String>[schema, name]);