LocalazyFile class

Constructors

LocalazyFile({required String id, required String file, required List<LocalazyLocale> locales, required String library, required String module, required String buildType, required List<String> productFlavors, required int timestamp})
LocalazyFile.fromJSON(String id, Map<String, dynamic> data)
factory

Properties

buildType String
final
file String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
library String
final
locales List<LocalazyLocale>
final
module String
final
productFlavors List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited