MetadataResponse constructor

const MetadataResponse({
  1. required String client,
  2. required bool error,
})

Implementation

const MetadataResponse({
  required this.client,
  required this.error,
});