Browse Source

neon: mark Branding as immutable

pull/422/head
Nikolas Rimikis 1 year ago
parent
commit
aed8049aa2
No known key found for this signature in database
GPG Key ID: 85ED1DE9786A4FF2
  1. 3
      packages/neon/neon/lib/src/utils/branding.dart

3
packages/neon/neon/lib/src/utils/branding.dart

@ -1,7 +1,8 @@
part of '../../neon.dart';
@immutable
class Branding {
Branding({
const Branding({
required this.name,
required this.logo,
this.legalese,

Loading…
Cancel
Save