MySqlStorageEngineDetails.fromJson constructor
MySqlStorageEngineDetails.fromJson(
- Map json_
Implementation
MySqlStorageEngineDetails.fromJson(core.Map json_)
: this(
encryptedTableCount: json_['encryptedTableCount'] as core.int?,
engine: json_['engine'] as core.String?,
tableCount: json_['tableCount'] as core.int?,
);