FixedColumnWidth.fromJson constructor Null safety

FixedColumnWidth.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory FixedColumnWidth.fromJson(Map<String, dynamic> json) =
    _$FixedColumnWidth.fromJson;