FirebaseRules constructor
const
FirebaseRules({})
Constructor
Implementation
const FirebaseRules({
this.rulesVersion = '2',
required this.service,
this.functions = const [],
this.enums = const [],
});
Constructor
const FirebaseRules({
this.rulesVersion = '2',
required this.service,
this.functions = const [],
this.enums = const [],
});