TitleSmall.fromJson constructor Null safety

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

Implementation

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