flutter_json_widgets
table_border
TableBorder
TableBorder.fromJson factory constructor
TableBorder.fromJson
TableBorder.fromJson
constructor
Null safety
TableBorder.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory TableBorder.fromJson(Map<String, Object?> json) => _$TableBorderFromJson(json);
flutter_json_widgets
table_border
TableBorder
TableBorder.fromJson factory constructor
TableBorder class
Constructors
TableBorder
all
fromJson
symmetric
Properties
hashCode
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==