Skip to content

Effective Dart bei VCard-Model

Maurice Blattmann requested to merge mblt41/tc-frontend:effective-dart into auth
  • AVOID overloading operator == and hashCode on classes not marked @immutable.
    at [tc_frontend] lib/Modules/BusinessCard/Contacts/VCard/vcard.dart:141
  • AVOID overloading operator == and hashCode on classes not marked @immutable.
    at [tc_frontend] lib/Modules/BusinessCard/Contacts/VCard/vcard.dart:156

Siehe #96 (closed)

Edited by Robert Palm

Merge request reports