AppBar.fromJson constructor Null safety

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

Implementation

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