age property

  1. @JsonKey(defaultValue: 0)
int age
getter/setter pair

Implementation

@JsonKey(defaultValue: 0)
int age = 0;