mandatory property

bool mandatory
final

If true indicates that this is the only constructor to be used for JSON. If multiple constructos are declared as mandatory, only the 1st to work with the passed parameters will be used.

Implementation

final bool mandatory;