SignSlot constructor

const SignSlot({
  1. required String role,
  2. String name = '',
})

SignSlot API.

Implementation

const SignSlot({required this.role, this.name = ''});