ConstMap::firstValue

Returns the first value in the current ConstMap

public function firstValue(): ?Tv;

Returns

  • ?Tv - The first value in the current ConstMap, or null if the ConstMap is empty.