mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 23:40:41 +00:00
9 lines
203 B
Dart
9 lines
203 B
Dart
|
import 'package:m3_lightmeter_resources/m3_lightmeter_resources.dart';
|
||
|
|
||
|
class FilmEditState {
|
||
|
final FilmExponential film;
|
||
|
final IsoValue isoValue;
|
||
|
|
||
|
const FilmEditState(this.film, this.isoValue);
|
||
|
}
|