isRecord function

IValidator isRecord()

Returns a IValidator that checks if the given value is a Record

Implementation

IValidator isRecord() => isType<Record>();