UniversalRestClient class final

Universal template for containing information about Rest client

Annotations
  • @immutable

Constructors

UniversalRestClient.new({required String name, required Set<String> imports, required List<UniversalRequest> requests})
Constructor for UniversalRestClient
const

Properties

hashCode int
The hash code for this object.
no setteroverride
imports Set<String>
List of imports
final
name String
Client name
final
requests List<UniversalRequest>
List of requests
final
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
toString() String
A string representation of this object.
override

Operators

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