Method.isFinal

Checks if this method is declared to be final.

class Method
@property abstract const
bool
isFinal
()

Return Value

Type: bool

true if the method is final.

Meta