matchId property

String get matchId

Implementation

String get matchId {
  return $$context$$["matchId"];
}
set matchId (String value)

Implementation

set matchId(String value) {
  $$context$$["matchId"] = value;
}