nexo property
NexoBuilder
get
nexo
Implementation
NexoBuilder get nexo => _$this._nexo ??= NexoBuilder();
set
nexo
(NexoBuilder? nexo)
Implementation
set nexo(NexoBuilder? nexo) => _$this._nexo = nexo;