first property

String first
@JsonKey(defaultValue: ""), read / write

First name / given name

Implementation

@JsonKey(defaultValue: "")
String first;