age property

  1. @JsonKey(name: 'age')
int? age
getter/setter pair

Implementation

@JsonKey(name: 'age')
int? age;