schema property

List<Map<String, Object?>> get schema

The declared options and flags, in declaration order.

Implementation

List<Map<String, Object?>> get schema => List.unmodifiable(_schema);