TableListTablesView.fromJson constructor

TableListTablesView.fromJson(
  1. Map json_
)

Implementation

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