getDefault static method

FFVector2D getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static FFVector2D getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<FFVector2D>(create);