flutter_json_widgets
data_row
DataRowByIndex
DataRowByIndex.fromJson factory constructor
DataRowByIndex.fromJson
DataRowByIndex.fromJson
constructor
Null safety
DataRowByIndex.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory DataRowByIndex.fromJson(Map<String, dynamic> json) = _$DataRowByIndex.fromJson;
flutter_json_widgets
data_row
DataRowByIndex
DataRowByIndex.fromJson factory constructor
DataRowByIndex class
Constructors
DataRowByIndex
fromJson
Properties
cells
color
copyWith
hashCode
index
onDeselect
onLongPress
onSelect
runtimeType
selected
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==