PickersLangs class
Author lijinghuan Email:ljh0576123@163.com CreateTime:2022-05-08 Description:Generated file. Do not edit. Modifier: ModifyContent:
Constructors
-
PickersLangs({String loading = 'Processing', String preview = 'Preview', String reTake = 'reTake', String send = 'Send', String cancle = 'cancle', String setting = 'setting', String photo = 'photo', String video = 'video', String camera = 'Camera', String cropTitle = '', ChooseLimit? chooseLimit, Map<
String, dynamic> ? json}) -
PickersLangs.fromJson(Map<
String, dynamic> json) -
factory
Properties
- camera ↔ String
-
摄像头
getter/setter pair
- cancle ↔ String
-
权限弹窗取消按钮
getter/setter pair
- chooseLimit ↔ ChooseLimit?
-
getter/setter pair
- cropTitle ↔ String
-
裁剪标题
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loading ↔ String
-
loading dialog text
getter/setter pair
- photo ↔ String
-
摄像头里面的(照片)
getter/setter pair
- preview ↔ String
-
预览
getter/setter pair
- reTake ↔ String
-
重拍
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- send ↔ String
-
发送
getter/setter pair
- setting ↔ String
-
权限弹窗去设置按钮
getter/setter pair
- video ↔ String
-
摄像头里面的(视频)
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