ttl property

String? get ttl

Implementation

String? get ttl => _$this._ttl;
set ttl (String? ttl)

Implementation

set ttl(String? ttl) => _$this._ttl = ttl;