TableBorder.fromJson constructor Null safety

TableBorder.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory TableBorder.fromJson(Map<String, Object?> json) =>
    _$TableBorderFromJson(json);