kind property

MethodKind? kind
final

What kind this field is.

This value can be left unset or set to null when the method should be a 'normal' method.

Implementation

final MethodKind? kind;