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
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