NameServiceReallocLayout constructor

const NameServiceReallocLayout({
  1. required int space,
})

Constructs a NameServiceReallocLayout instance with the specified space.

Implementation

const NameServiceReallocLayout({required this.space});