*<Null safety>*
Constructors
MethodType ({required List<MemberType>? request, required List<MemberType>? response, required String name, required int requestInlineSize, required int responseInlineSize})
const
Properties
hashCode → int
The hash code for this object. ...
read-only, inherited
name → String
final
request → List<MemberType>?
final
requestInlineSize → int
final
response → List<MemberType>?
final
responseInlineSize → int
final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
Methods
decodeRequestInlineSize() int
decodeResponseInlineSize() int
encodingRequestInlineSize() int
encodingResponseInlineSize() int
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed. ...
inherited
toString() String
Returns a string representation of this object.
inherited
Operators
operator ==(Object other) bool
The equality operator. ...
inherited