content property

  1. @BuiltValueField.new(wireName: r'content')
CreateAccountResponse? get content

The details of the account creation.

Implementation

@BuiltValueField(wireName: r'content')
CreateAccountResponse? get content;