flutter_json_widgets
table_row
TableRow
TableRow.fromJson factory constructor
TableRow.fromJson
TableRow.fromJson
constructor
Null safety
TableRow.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory TableRow.fromJson(Map<String, Object?> json) => _$TableRowFromJson(json);
flutter_json_widgets
table_row
TableRow
TableRow.fromJson factory constructor
TableRow class
Constructors
TableRow
fromJson
Properties
children
copyWith
decoration
hashCode
key
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==