Service constructor
const
Service({})
Implementation
const factory Service({
required String derivationPath,
@Default('ed25519') String curve,
@Default('sha256') String hashAlgo,
}) = _Service;
const factory Service({
required String derivationPath,
@Default('ed25519') String curve,
@Default('sha256') String hashAlgo,
}) = _Service;