IHealthBpResponse class

Annotations
  • @JsonSerializable()

Constructors

IHealthBpResponse({required int bpUnit, required List<IHealthBp> bpDataList, required int pageNumber, required int pageLength, required int recordCount, required String nextPageUrl, required String prevPageUrl})
IHealthBpResponse.fromJson(Map<String, dynamic> json)
factory

Properties

bpDataList List<IHealthBp>
final
bpUnit int
final
hashCode int
The hash code for this object.
no setterinherited
nextPageUrl String
finalinherited
pageLength int
finalinherited
pageNumber int
finalinherited
prevPageUrl String
finalinherited
recordCount int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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