fullName property

  1. @JsonKey.new(name: 'fullName')
String? get fullName
inherited

Implementation

@JsonKey(name: 'fullName')
String? get fullName => throw _privateConstructorUsedError;