schema property

SchemaMap schema
final

Implementation

static final schema = SplitOptions.schema.merge(
  {
    "fit": ImageFit.schema.optional(),
    "src": Schema.string.required(),
  },
);