VotingsListResponseResult class

Constructors

VotingsListResponseResult({String? contractAddress, String? balance, String? fact, String? title, String? desc, int? voteProofsCount, int? votesCount, String? state, List<Vote?>? votes})
VotingsListResponseResult.fromJson(Map<String?, dynamic>? json)
factory

Properties

balance String?
getter/setter pair
contractAddress String?
getter/setter pair
desc String?
getter/setter pair
fact String?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
title String?
getter/setter pair
voteProofsCount int?
getter/setter pair
votes List<Vote?>?
getter/setter pair
votesCount int?
getter/setter pair

Methods

noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String?, dynamic>?
toString() String?
A string representation of this object.
inherited

Operators

operator ==(Object? other) bool?
The equality operator.
inherited