Theme.fromJson constructor

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

Implementation

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