isNull method

bool isNull()

Implementation

bool isNull() =>
    this.links == null && this.position == null && this.panoId == null;