Theme.fromJson constructor Null safety

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

Implementation

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