EllaDate.now constructor

EllaDate.now()

Implementation

factory EllaDate.now()
{
  return new EllaDate.fromDateTime( new DateTime.now() );
}