Choices constructor

const Choices(
  1. Map<String, dynamic> choices
)

Create a new Choices.

This is intended to be used as an @Choices(...) annotation, and has no functionality as a standalone class.

Implementation

const Choices(this.choices);