OnBackgroundColor.fromJson constructor Null safety

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

Implementation

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