withApi property
bool
get
withApi
Check if the dropdown type is with request
Implementation
bool get withApi => this == DropdownType.withRequest;
Check if the dropdown type is with request
bool get withApi => this == DropdownType.withRequest;