isSynchronous property
bool
get
isSynchronous
Whether the function body is synchronous.
Implementation
bool get isSynchronous => !isAsynchronous;
Whether the function body is synchronous.
bool get isSynchronous => !isAsynchronous;