index method

IndexRef index({
  1. required String name,
  2. String? type,
})

Shorthand operations for index.

Implementation

IndexRef index({
  required String name,
  String? type,
}) =>
    IndexRef._(this, name, type);