Calendar constructor Null safety

Calendar(
  1. {required String? id,
  2. String? name,
  3. String? accountName,
  4. String? ownerName}
)

Implementation

Calendar({required this.id, this.name, this.accountName, this.ownerName});