DogStructure<T>.synthetic constructor

DogStructure<T>.synthetic(
  1. String name
)

Creates a synthetic DogStructure. This means that the structure is not automatically generated from a class and (most likely) does not have a backing class and proxy.

Implementation

factory DogStructure.synthetic(String name) =>
    DogStructure<T>(name, StructureConformity.basic, [], [], const MemoryDogStructureProxy());