isMeta function

bool isMeta(
  1. String key
)

Implementation

bool isMeta(String key) => ['__sequence'].contains(key);