menu
api_dartdoku_client package
documentation
framework/problem/Problem.dart
Problem
setIntroduction method
setIntroduction method
dark_mode
light_mode
setIntroduction
method
void
setIntroduction
(
String
introduction
)
Implementation
void setIntroduction(String introduction) { this.introduction = introduction; }
api_dartdoku_client package
documentation
framework/problem/Problem
Problem
setIntroduction method
Problem class