TableListTablesView.fromJson constructor
TableListTablesView.fromJson(
- Map json_
Implementation
TableListTablesView.fromJson(core.Map json_)
: this(
useLegacySql: json_.containsKey('useLegacySql')
? json_['useLegacySql'] as core.bool
: null,
);