BaseInfo class

Constructors

BaseInfo({required String address, required String beginTime, required String birthDate, required String classify, required String endTime, required String idType, required String idnum, required String name, required String nation, required String sex, required String signingOrganization, required String verifycode, required String verifyvoucher})
BaseInfo.fromJson(Map<String, dynamic> json)
factory

Properties

address String
final
beginTime String
final
birthDate String
final
classify String
final
endTime String
final
hashCode int
The hash code for this object.
no setterinherited
idnum String
final
idType String
final
name String
final
nation String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex String
final
signingOrganization String
final
verifycode String
final
verifyvoucher String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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