SqlServerSchemaDetails.fromJson constructor

SqlServerSchemaDetails.fromJson(
  1. Map json_
)

Implementation

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