isValid property

bool get isValid

Implementation

bool get isValid {
  return languages.isNotEmpty && strings.isNotEmpty;
}