IdentityModel.fromMap constructor

IdentityModel.fromMap(
  1. Map<String, dynamic> map
)

Implementation

IdentityModel.fromMap(super.map)
    : id = map.getInt(idTag)!,
      super.fromMap();