HeightWTrunk.fromJson constructor

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

Implementation

HeightWTrunk.fromJson(Map<String, dynamic> json)
    : _meters = json['meters'],
      _feet = json['feet'];