MethodType class

Constructors

MethodType ({dynamic request, dynamic response, dynamic name, dynamic requestInlineSizeV1, dynamic requestInlineSizeV2, dynamic responseInlineSizeV1, dynamic responseInlineSizeV2})

const

Properties

hashCode → int

The hash code for this object. ...
read-only, inherited

name → String

final

request → List<MemberType>

final

requestInlineSizeV1 → int

final

requestInlineSizeV2 → int

final

response → List<MemberType>

final

responseInlineSizeV1 → int

final

responseInlineSizeV2 → int

final

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed. ...
inherited

requestInlineSize(WireFormat wireFormat) int
responseInlineSize(WireFormat wireFormat) int
toString() String

A string representation of this object. ...
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited