birthday property

  1. @TagNumber.new(30)
String get birthday

The birthday of the user

Implementation

@$pb.TagNumber(30)
$core.String get birthday => $_getSZ(13);
  1. @TagNumber.new(30)
set birthday (String value)

Implementation

@$pb.TagNumber(30)
set birthday($core.String value) => $_setString(13, value);