IRptResult class

Annotations
  • @JsonSerializable()

Constructors

IRptResult({required List<Map<String, dynamic>> data, required String txtData, required dynamic metaData, required dynamic info, required String fileUrl, required String fileName, dynamic subdata, dynamic etab})
IRptResult.fromJson(Map<String, dynamic> json, [Map<String, dynamic>? source])
factory

Properties

data List<Map<String, dynamic>>
final
etab → dynamic
final
fileName String
final
fileUrl String
final
hashCode int
The hash code for this object.
no setterinherited
info → dynamic
final
metaData → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subdata → dynamic
final
txtData String
final

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