Height.fromJson constructor

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

Implementation

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