RTResponse class
Constructors
- RTResponse.new({required int statusCode, required String timestamp, required String message, required String path, required dynamic data})
-
RTResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
dataAs<
T> (T parser(Map< String, dynamic> )) → T? -
dataAsList<
T> (T parser(Map< String, dynamic> ), {String? alias}) → List<T> -
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