standardComparer static method
This static function is used to compare the Part#text values of the #nodes of the argument LayoutVertexes. This just does a simple case-sensitive string comparison. Alternatively you may wish to use LayoutVertex.smartComparer or write your own comparison function.
Implementation
static _i2.num standardComparer(
_i3.LayoutVertex m,
_i3.LayoutVertex n,
) =>
_i4.callMethod(
_declaredLayoutVertex,
'standardComparer',
[
m,
n,
],
);