BaseListResponse<T> class

Annotations
  • @JsonSerializable(genericArgumentFactories: true)

Constructors

BaseListResponse({@JsonKey(name: 'data') required List<T>? data, @JsonKey(name: 'success') bool? success, @JsonKey(name: 'message') String? message, @JsonKey(name: 'data_extension') DataExtensionModel? data_extension, @JsonKey(name: 'meta_data') PagingModel? meta_data})
BaseListResponse.fromJson(Map<String, dynamic> json, T fromJsonT(dynamic))
factory

Properties

data List<T>?
final
data_extension DataExtensionModel?
final
hashCode int
The hash code for this object.
no setterinherited
message String?
final
meta_data PagingModel?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool?
final

Methods

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

Operators

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