flutter_json_widgets
widget
Table
Table.fromJson factory constructor
Table.fromJson
Table.fromJson
constructor
Null safety
Table.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Table.fromJson(Map<String, dynamic> json) = _$Table.fromJson;
flutter_json_widgets
widget
Table
Table.fromJson factory constructor
Table class
Constructors
Table
fromJson
Properties
border
children
columnWidths
copyWith
defaultColumnWidth
defaultVerticalAlignment
hashCode
key
runtimeType
textBaseline
textDirection
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==