RenderMapperBuffers constructor

RenderMapperBuffers({
  1. required List<String> superRefs,
  2. required String constructorName,
  3. required String toProtoFieldBuffer,
  4. required String fromProtoFieldBuffer,
  5. required String constructorFieldBuffer,
  6. String? toKnownSubclasses,
  7. String? fromKnownSubclasses,
})

Implementation

RenderMapperBuffers({
  required this.superRefs,
  required this.constructorName,
  required this.toProtoFieldBuffer,
  required this.fromProtoFieldBuffer,
  required this.constructorFieldBuffer,
  this.toKnownSubclasses,
  this.fromKnownSubclasses,
});