SelectData class

Constructors

SelectData({String? id, List? listData, Map<String, dynamic>? objectData, String? title, dynamic data, String? subtitle, String? assetImage, String? titleBold, double? offset})

Properties

assetImage String?
final
data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
listData List?
final
objectData Map<String, dynamic>?
final
offset double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
final
title String?
final
titleBold String?
final

Methods

apply({dynamic offset}) SelectData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse<T>() → T
toString() String
A string representation of this object.
inherited

Operators

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