testAccess method

bool testAccess(
  1. covariant Object struct
)

Whether this field is present/valid for struct. Defaults to true (fixed-schema). Override for optional/sparse fields.

Implementation

bool testAccess(covariant Object struct) => true;