riverpod_api
joke_view
JokeView
JokeView const constructor
JokeView
JokeView
constructor
Null safety
const
JokeView
(
{
Key
?
key
,
required
JokeModel
jokeData
}
)
Implementation
const JokeView({ Key? key, required this.jokeData, }) : super(key: key);
riverpod_api
joke_view
JokeView
JokeView const constructor
JokeView class
Constructors
JokeView
Properties
hashCode
jokeData
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==