UniversalRequestType class final

Universal template for containing information about Request parameter

Annotations
  • @immutable

Constructors

UniversalRequestType.new({required HttpParameterType parameterType, required UniversalType type, String? description, String? name})
Constructor for UniversalRequestType
const

Properties

description String?
Request parameter description
final
hashCode int
The hash code for this object.
no setteroverride
name String?
Request parameter key
final
parameterType HttpParameterType
Request parameter http type
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type UniversalType
Request parameter type
final

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