fromLunar static method

Foto fromLunar(
  1. Lunar lunar
)

Implementation

static Foto fromLunar(Lunar lunar) {
  return new Foto(lunar);
}