readIDSession property
Implementation
ReadIDSession? get readIDSession => _map["readIDSession"] == null
? null
: ReadIDSession?.fromJson(_map["readIDSession"]);
ReadIDSession? get readIDSession => _map["readIDSession"] == null
? null
: ReadIDSession?.fromJson(_map["readIDSession"]);