getIsarGenerator function

Builder getIsarGenerator(
  1. BuilderOptions options
)

Implementation

Builder getIsarGenerator(BuilderOptions options) => SharedPartBuilder(
      [
        IsarCollectionGenerator(),
        IsarEmbeddedGenerator(),
      ],
      'isar_generator',
    );