use v6.d.PREVIEW; class Ultramarine::Model::License { method is-valid() { True } method email() { 'foo@bar.com' } method expires-at { now.DateTime.later(:2years).Instant } }