BundleEntity class

Constructors

BundleEntity.new({required String projectId, required int translationVersion, required String appVersion, required Map<String, Map<String, Translation>> translations})
BundleEntity.fromBundle({required Bundle bundle})
factory
BundleEntity.fromJson({required Map<String, dynamic> json})
factory

Properties

appVersion String
final
hashCode int
The hash code for this object.
no setterinherited
projectId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translations Map<String, Map<String, Translation>>
final
translationVersion int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBundle() Bundle
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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