Definition at line 17 of file FlutterSpellCheckPlugin.mm.
◆ initWithMisspelledRange:suggestions:
| - (instancetype) initWithMisspelledRange: |
|
(NSRange) |
range |
| suggestions: |
|
(NSArray<NSString*>*) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
Definition at line 32 of file FlutterSpellCheckPlugin.mm.
150 _suggestions = [suggestions copy];
151 _misspelledRange = range;
NSArray< NSString * > * suggestions
◆ NS_UNAVAILABLE [1/2]
| + (instancetype) NS_UNAVAILABLE |
|
|
|
◆ NS_UNAVAILABLE [2/2]
| - (instancetype) NS_UNAVAILABLE |
|
|
|
◆ toDictionary
| - (NSDictionary< NSString *, NSObject * > *) toDictionary |
|
|
|
Definition at line 32 of file FlutterSpellCheckPlugin.mm.
158 @"startIndex" : @(_misspelledRange.location),
162 @"endIndex" : @(_misspelledRange.location + _misspelledRange.length),
163 @"suggestions" : _suggestions,
◆ misspelledRange
| - (NSRange) misspelledRange |
|
readnonatomicassign |
◆ suggestions
| - (NSArray<NSString*>*) suggestions |
|
readnonatomiccopy |
The documentation for this class was generated from the following file: