BlogLocale class
The locale this Blog is set to.
Constructors
- BlogLocale({String? country, String? language, String? variant})
- BlogLocale.fromJson(Map json_)
Properties
- country ↔ String?
- 
  The country this blog's locale is set to.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- language ↔ String?
- 
  The language this blog is authored in.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- variant ↔ String?
- 
  The language variant this blog is authored in.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited