ApiResponse class

Annotations
  • @HiveType.new(typeId: 1)

Constructors

ApiResponse({required int status, String? expiryDate, int? maxLaunch, String? message, Map<String, dynamic>? developerDetails})
ApiResponse.fromJson(String source)
factory
ApiResponse.fromMap(Map<String, dynamic> map)
factory

Properties

developerDetails Map<String, dynamic>?
final
expiryDate String?
final
hashCode int
The hash code for this object.
no setteroverride
maxLaunch int?
final
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
final

Methods

copyWith({int? status, String? expiryDate, int? maxLaunch, String? message, Map<String, dynamic>? developerDetails}) ApiResponse
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant ApiResponse other) bool
The equality operator.
override