BsSelectBoxResponse class

class response to handle serverside response

Constructors

BsSelectBoxResponse({List<BsSelectBoxOption> options = const []})
Constructor BsSelectBoxResponse
const
BsSelectBoxResponse.createFromJson(List map, {BsSetOptionValue? value, BsRenderText? renderText, BsSetOptionValue? other})
handle response from api with default setting
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
options List<BsSelectBoxOption>
define result options from api response
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited