Strings class Null safety

Constructors

Strings()

Properties

appTitle String
MC Gallery App
read-only
errorPageMessage String
Oopsie, there has been an error. Hang tight till we do something about it.
read-only
Gallery
read-only
hashCode int
The hash code for this object.
read-only, inherited
imageCarousel String
Image carousel
read-only
imageDetails String
Lorem ipsum dolor sit amet. A odio aliquam est sunt explicabo cum galisum asperiores qui voluptas tempora qui aliquid similique. Ut quam laborum ex nostrum recusandae ab sunt ratione quo tempore corporis 33 voluptas nulla aut obcaecati perspiciatis.\n\nAd eveniet exercitationem ad odit quidem aut omnis corporis ea nulla illum qui quisquam temporibus? Est obcaecati similique et quisquam unde ea impedit mollitia ea accusamus natus hic doloribus quis! Et dolorem rerum id doloribus sint ea porro quia ut reprehenderit ratione?
read-only
local String
Local
read-only
noInternetMessage String
Are you sure that you're connected to the internet?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
searchForImage String
Search for your image
read-only
somethingWentWrong String
Something went wrong
read-only
startLoadingPrompt String
Press me to start loading
read-only
web String
Web
read-only

Methods

imageNameFetch(Object imageNumber, Object imageSide) String
Image {imageNumber}: size={imageSide}
imageNameSearch(Object searchStr, Object imageNumber) String
Search term '{searchStr}' result: Image {imageNumber}
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

current Strings
read-only

Static Methods

load(Locale locale) Future<Strings>
maybeOf(BuildContext context) Strings?
of(BuildContext context) Strings

Constants

delegate → const AppLocalizationDelegate