exportMap method
override
Implementation
@override
Map<String, dynamic> exportMap() => <String, dynamic>{
"endStatus": endState,
"harmony": harmony,
"trapScored": trapScored,
"micScored": micScored,
"harmonyAttempted": harmonyAttempted,
"matchResult": matchResult,
};