fromMap (Map<String, dynamic> map, {this.reference}) : assert(map['name'] != null), assert(map['totalVotes'] != null), name = map['name'], ...
確定! 回上一頁