ModularKey constructor

const ModularKey({
  1. required String name,
  2. String schema = '',
})

Implementation

const ModularKey({required this.name, this.schema = ''});