SqlServerSchemaDetails.fromJson constructor
SqlServerSchemaDetails.fromJson(
- Map json_
Implementation
SqlServerSchemaDetails.fromJson(core.Map json_)
: this(clrObjectCount: json_['clrObjectCount'] as core.int?);