SelectionModel class

SelectionModel a model class for selection range

Constructors

SelectionModel({int? index, int? length})
SelectionModel a model class constructor for selection range
SelectionModel.fromJson(Map<String, dynamic> json)
SelectionModel.fromJson extension method to get selection model from json

Properties

hashCode int
The hash code for this object.
no setterinherited
index int?
index index of the cursor
getter/setter pair
length int?
length length of the selected value
getter/setter pair
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