Trace.fromMap constructor
- Map map
Implementation
Trace.fromMap(Map map) : assert(map != null) {
serviceId = map['serviceId'];
entityName = map['entityName'];
dbEntityName = map['dbEntityName'];
}
Trace.fromMap(Map map) : assert(map != null) {
serviceId = map['serviceId'];
entityName = map['entityName'];
dbEntityName = map['dbEntityName'];
}