BodySmall.fromJson constructor Null safety

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

Implementation

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