Person constructor
Person({
- String? personId,
- PersonProperties? personProperties,
- List<
String> ? suggestedDeletionIds, - List<
String> ? suggestedInsertionIds, - Map<
String, SuggestedTextStyle> ? suggestedTextStyleChanges, - TextStyle? textStyle,
Implementation
Person({
this.personId,
this.personProperties,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
this.suggestedTextStyleChanges,
this.textStyle,
});