wip go 2
This commit is contained in:
parent
2996074838
commit
a012a2e762
12 changed files with 156 additions and 199 deletions
|
|
@ -1,12 +0,0 @@
|
|||
import "package:freezed_annotation/freezed_annotation.dart";
|
||||
part "homeserver.freezed.dart";
|
||||
|
||||
@freezed
|
||||
abstract class Homeserver with _$Homeserver {
|
||||
const factory Homeserver({
|
||||
required String name,
|
||||
required String description,
|
||||
required Uri url,
|
||||
required String iconUrl,
|
||||
}) = _Homeserver;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue